object AboutHandyCDForm: TAboutHandyCDForm Left = 271 Top = 152 BorderStyle = bsDialog Caption = 'About HandyCd' ClientHeight = 265 ClientWidth = 345 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AppIconImage: TImage Left = 8 Top = 10 Width = 32 Height = 32 AutoSize = True ParentShowHint = False ShowHint = True OnMouseMove = AppIconImageMouseMove end object Shape1: TShape Left = 64 Top = 174 Width = 259 Height = 1 Brush.Color = clBtnShadow Pen.Color = clBtnShadow end object Shape2: TShape Left = 64 Top = 175 Width = 259 Height = 1 Pen.Color = clWhite end object OKButton: TButton Left = 239 Top = 226 Width = 85 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object BovenMemo: TMemo Left = 64 Top = 10 Width = 259 Height = 156 Cursor = crArrow BorderStyle = bsNone Color = clBtnFace Ctl3D = False Lines.Strings = ( 'HandyCd' 'Copyright � 1996-97 Lester is slank! producties' '' 'Comments and feedback to: jmulder@cs.vu.nl' '' 'CDViewer Copyright � 1997 AlphaSoft' '' 'The right to do with HandyCd whatever you want is ' 'granted to:' '' '') ParentCtl3D = False ReadOnly = True TabOrder = 1 WordWrap = False end object OnderMemo: TMemo Left = 64 Top = 183 Width = 259 Height = 26 Cursor = crArrow BorderStyle = bsNone Color = clBtnFace Ctl3D = False Lines.Strings = ( 'Physical Memory Available to Windows:'#9) ParentCtl3D = False ReadOnly = True TabOrder = 2 WantTabs = True end object Panel1: TPanel Left = 253 Top = 64 Width = 36 Height = 36 BorderStyle = bsSingle Caption = 'Panel1' TabOrder = 3 object ImageAlphaSoft: TImage Left = 0 Top = 0 Width = 32 Height = 32 Hint = 'This is the AlphaSoft logo...' ParentShowHint = False Picture.Data = {} ShowHint = True end end object SysInfo: TSysInfo Left = 108 Top = 233 end object MSOfficeCaption: TMSOfficeCaption AppNameText.Caption = 'HandyCd' AppNameText.FontKind = fkSystemB AppNameText.Visible = False CaptionText.Caption = 'About HandyCd' CaptionText.FontKind = fkSystem CaptionText.Visible = True CompanyText.Caption = 'Lester is slank! producties' CompanyText.FontKind = fkSystemBI CompanyText.Visible = False Enabled = geWhenActive Left = 70 Top = 223 end end